Script:
First steps in Haskell
Headline
First steps of programming in Haskell
Description
Functional programming in Language:Haskell is introduced in this lecture. First, basic programming concepts (such as program and algorithm) are briefly rehashed. Then, key concepts of functional programming (such as function, recursion, list, and pattern matching) are discussed. Simple program examples are used for illustrations (such as the factorial function and linear search). Eventually, a major running example of this course is introduced: the so-called system:Company, which is essentially a trivial information system for human resource management.
Video
Concepts
These are all the concepts that play a role in this lecture.
Basic programming concepts
- Software system
- Requirement
- Program
- Programming language
- Compiler / Compilation
- Interpreter / Interpretation
- Algorithm
- Algorithmic problem
- Data structure
Key functional programming concepts
- Functional programming
- Function
- Function definition
- Function application
- Function composition
- Immutable list
- Pattern matching
Simple program samples
Features of the 101system
Languages
These are all the software languages that play a role in this lecture.
Technologies
These are all the software technologies that play a role in this lecture.
Contributions
These are the implementations of the 101system that are discussed in this lecture.
Information
These are pointers to some general pieces of information as to how this wiki works.
Backlinks
User contributions
User edits
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.
Syntax for editing wiki
For you are available next options:will make text bold.
will make text italic.
will make text underlined.
will make text striked.
will allow you to paste code headline into the page.
will allow you to link into the page.
will allow you to paste code with syntax highlight into the page. You will need to define used programming language.
will allow you to paste image into the page.
is list with bullets.
is list with numbers.
will allow your to insert slideshare presentation into the page. You need to copy link to presentation and insert it as parameter in this tag.
will allow your to insert youtube video into the page. You need to copy link to youtube page with video and insert it as parameter in this tag.
will allow your to insert code snippets from @worker.